2d89d407f54273f0c973536cdadead28afd48aed,src/main/java/com/brohoof/minelittlepony/model/pony/ModelPlayerPony.java,ModelPlayerPony,animate,#number#number#number#number#number#,45

Before Change


        }

        if (this.aimedBow) {
            this.aimBow(tick);
        }

        this.fixSpecialRotations();

After Change


            this.ponySleep();
        }

        this.aimBow(leftArmPose, rightArmPose, tick);

        this.fixSpecialRotations();
        this.fixSpecialRotationPoints(move);